3.4.5 \(\int \frac {x^4}{(d+e x^2) (a+b x^2+c x^4)} \, dx\) [305]

Optimal. Leaf size=280 \[ -\frac {\left (b d-a e-\frac {b^2 d-2 a c d-a b e}{\sqrt {b^2-4 a c}}\right ) \tan ^{-1}\left (\frac {\sqrt {2} \sqrt {c} x}{\sqrt {b-\sqrt {b^2-4 a c}}}\right )}{\sqrt {2} \sqrt {c} \sqrt {b-\sqrt {b^2-4 a c}} \left (c d^2-b d e+a e^2\right )}-\frac {\left (b d-a e+\frac {b^2 d-2 a c d-a b e}{\sqrt {b^2-4 a c}}\right ) \tan ^{-1}\left (\frac {\sqrt {2} \sqrt {c} x}{\sqrt {b+\sqrt {b^2-4 a c}}}\right )}{\sqrt {2} \sqrt {c} \sqrt {b+\sqrt {b^2-4 a c}} \left (c d^2-b d e+a e^2\right )}+\frac {d^{3/2} \tan ^{-1}\left (\frac {\sqrt {e} x}{\sqrt {d}}\right )}{\sqrt {e} \left (c d^2-b d e+a e^2\right )} \]

[Out]

d^(3/2)*arctan(x*e^(1/2)/d^(1/2))/(a*e^2-b*d*e+c*d^2)/e^(1/2)-1/2*arctan(x*2^(1/2)*c^(1/2)/(b-(-4*a*c+b^2)^(1/
2))^(1/2))*(b*d-a*e+(a*b*e+2*a*c*d-b^2*d)/(-4*a*c+b^2)^(1/2))/(a*e^2-b*d*e+c*d^2)*2^(1/2)/c^(1/2)/(b-(-4*a*c+b
^2)^(1/2))^(1/2)-1/2*arctan(x*2^(1/2)*c^(1/2)/(b+(-4*a*c+b^2)^(1/2))^(1/2))*(b*d-a*e+(-a*b*e-2*a*c*d+b^2*d)/(-
4*a*c+b^2)^(1/2))/(a*e^2-b*d*e+c*d^2)*2^(1/2)/c^(1/2)/(b+(-4*a*c+b^2)^(1/2))^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.62, antiderivative size = 280, normalized size of antiderivative = 1.00, number of steps used = 6, number of rules used = 3, integrand size = 27, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.111, Rules used = {1301, 211, 1180} \begin {gather*} -\frac {\text {ArcTan}\left (\frac {\sqrt {2} \sqrt {c} x}{\sqrt {b-\sqrt {b^2-4 a c}}}\right ) \left (-\frac {-a b e-2 a c d+b^2 d}{\sqrt {b^2-4 a c}}-a e+b d\right )}{\sqrt {2} \sqrt {c} \sqrt {b-\sqrt {b^2-4 a c}} \left (a e^2-b d e+c d^2\right )}-\frac {\text {ArcTan}\left (\frac {\sqrt {2} \sqrt {c} x}{\sqrt {\sqrt {b^2-4 a c}+b}}\right ) \left (\frac {-a b e-2 a c d+b^2 d}{\sqrt {b^2-4 a c}}-a e+b d\right )}{\sqrt {2} \sqrt {c} \sqrt {\sqrt {b^2-4 a c}+b} \left (a e^2-b d e+c d^2\right )}+\frac {d^{3/2} \text {ArcTan}\left (\frac {\sqrt {e} x}{\sqrt {d}}\right )}{\sqrt {e} \left (a e^2-b d e+c d^2\right )} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[x^4/((d + e*x^2)*(a + b*x^2 + c*x^4)),x]

[Out]

-(((b*d - a*e - (b^2*d - 2*a*c*d - a*b*e)/Sqrt[b^2 - 4*a*c])*ArcTan[(Sqrt[2]*Sqrt[c]*x)/Sqrt[b - Sqrt[b^2 - 4*
a*c]]])/(Sqrt[2]*Sqrt[c]*Sqrt[b - Sqrt[b^2 - 4*a*c]]*(c*d^2 - b*d*e + a*e^2))) - ((b*d - a*e + (b^2*d - 2*a*c*
d - a*b*e)/Sqrt[b^2 - 4*a*c])*ArcTan[(Sqrt[2]*Sqrt[c]*x)/Sqrt[b + Sqrt[b^2 - 4*a*c]]])/(Sqrt[2]*Sqrt[c]*Sqrt[b
 + Sqrt[b^2 - 4*a*c]]*(c*d^2 - b*d*e + a*e^2)) + (d^(3/2)*ArcTan[(Sqrt[e]*x)/Sqrt[d]])/(Sqrt[e]*(c*d^2 - b*d*e
 + a*e^2))

Rule 211

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(Rt[a/b, 2]/a)*ArcTan[x/Rt[a/b, 2]], x] /; FreeQ[{a, b}, x]
&& PosQ[a/b]

Rule 1180

Int[((d_) + (e_.)*(x_)^2)/((a_) + (b_.)*(x_)^2 + (c_.)*(x_)^4), x_Symbol] :> With[{q = Rt[b^2 - 4*a*c, 2]}, Di
st[e/2 + (2*c*d - b*e)/(2*q), Int[1/(b/2 - q/2 + c*x^2), x], x] + Dist[e/2 - (2*c*d - b*e)/(2*q), Int[1/(b/2 +
 q/2 + c*x^2), x], x]] /; FreeQ[{a, b, c, d, e}, x] && NeQ[b^2 - 4*a*c, 0] && NeQ[c*d^2 - a*e^2, 0] && PosQ[b^
2 - 4*a*c]

Rule 1301

Int[(((f_.)*(x_))^(m_.)*((d_) + (e_.)*(x_)^2)^(q_.))/((a_) + (b_.)*(x_)^2 + (c_.)*(x_)^4), x_Symbol] :> Int[Ex
pandIntegrand[(f*x)^m*((d + e*x^2)^q/(a + b*x^2 + c*x^4)), x], x] /; FreeQ[{a, b, c, d, e, f, m}, x] && NeQ[b^
2 - 4*a*c, 0] && IntegerQ[q] && IntegerQ[m]

Rubi steps

\begin {align*} \int \frac {x^4}{\left (d+e x^2\right ) \left (a+b x^2+c x^4\right )} \, dx &=\int \left (\frac {d^2}{\left (c d^2-b d e+a e^2\right ) \left (d+e x^2\right )}+\frac {-a d-(b d-a e) x^2}{\left (c d^2-b d e+a e^2\right ) \left (a+b x^2+c x^4\right )}\right ) \, dx\\ &=\frac {\int \frac {-a d+(-b d+a e) x^2}{a+b x^2+c x^4} \, dx}{c d^2-b d e+a e^2}+\frac {d^2 \int \frac {1}{d+e x^2} \, dx}{c d^2-b d e+a e^2}\\ &=\frac {d^{3/2} \tan ^{-1}\left (\frac {\sqrt {e} x}{\sqrt {d}}\right )}{\sqrt {e} \left (c d^2-b d e+a e^2\right )}-\frac {\left (b d-a e-\frac {b^2 d-2 a c d-a b e}{\sqrt {b^2-4 a c}}\right ) \int \frac {1}{\frac {b}{2}-\frac {1}{2} \sqrt {b^2-4 a c}+c x^2} \, dx}{2 \left (c d^2-b d e+a e^2\right )}-\frac {\left (b d-a e+\frac {b^2 d-2 a c d-a b e}{\sqrt {b^2-4 a c}}\right ) \int \frac {1}{\frac {b}{2}+\frac {1}{2} \sqrt {b^2-4 a c}+c x^2} \, dx}{2 \left (c d^2-b d e+a e^2\right )}\\ &=-\frac {\left (b d-a e-\frac {b^2 d-2 a c d-a b e}{\sqrt {b^2-4 a c}}\right ) \tan ^{-1}\left (\frac {\sqrt {2} \sqrt {c} x}{\sqrt {b-\sqrt {b^2-4 a c}}}\right )}{\sqrt {2} \sqrt {c} \sqrt {b-\sqrt {b^2-4 a c}} \left (c d^2-b d e+a e^2\right )}-\frac {\left (b d-a e+\frac {b^2 d-2 a c d-a b e}{\sqrt {b^2-4 a c}}\right ) \tan ^{-1}\left (\frac {\sqrt {2} \sqrt {c} x}{\sqrt {b+\sqrt {b^2-4 a c}}}\right )}{\sqrt {2} \sqrt {c} \sqrt {b+\sqrt {b^2-4 a c}} \left (c d^2-b d e+a e^2\right )}+\frac {d^{3/2} \tan ^{-1}\left (\frac {\sqrt {e} x}{\sqrt {d}}\right )}{\sqrt {e} \left (c d^2-b d e+a e^2\right )}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.22, size = 323, normalized size = 1.15 \begin {gather*} \frac {\left (-b^2 d+2 a c d+b \sqrt {b^2-4 a c} d+a b e-a \sqrt {b^2-4 a c} e\right ) \tan ^{-1}\left (\frac {\sqrt {2} \sqrt {c} x}{\sqrt {b-\sqrt {b^2-4 a c}}}\right )}{\sqrt {2} \sqrt {c} \sqrt {b^2-4 a c} \sqrt {b-\sqrt {b^2-4 a c}} \left (-c d^2+b d e-a e^2\right )}+\frac {\left (b^2 d-2 a c d+b \sqrt {b^2-4 a c} d-a b e-a \sqrt {b^2-4 a c} e\right ) \tan ^{-1}\left (\frac {\sqrt {2} \sqrt {c} x}{\sqrt {b+\sqrt {b^2-4 a c}}}\right )}{\sqrt {2} \sqrt {c} \sqrt {b^2-4 a c} \sqrt {b+\sqrt {b^2-4 a c}} \left (-c d^2+b d e-a e^2\right )}+\frac {d^{3/2} \tan ^{-1}\left (\frac {\sqrt {e} x}{\sqrt {d}}\right )}{\sqrt {e} \left (c d^2-b d e+a e^2\right )} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[x^4/((d + e*x^2)*(a + b*x^2 + c*x^4)),x]

[Out]

((-(b^2*d) + 2*a*c*d + b*Sqrt[b^2 - 4*a*c]*d + a*b*e - a*Sqrt[b^2 - 4*a*c]*e)*ArcTan[(Sqrt[2]*Sqrt[c]*x)/Sqrt[
b - Sqrt[b^2 - 4*a*c]]])/(Sqrt[2]*Sqrt[c]*Sqrt[b^2 - 4*a*c]*Sqrt[b - Sqrt[b^2 - 4*a*c]]*(-(c*d^2) + b*d*e - a*
e^2)) + ((b^2*d - 2*a*c*d + b*Sqrt[b^2 - 4*a*c]*d - a*b*e - a*Sqrt[b^2 - 4*a*c]*e)*ArcTan[(Sqrt[2]*Sqrt[c]*x)/
Sqrt[b + Sqrt[b^2 - 4*a*c]]])/(Sqrt[2]*Sqrt[c]*Sqrt[b^2 - 4*a*c]*Sqrt[b + Sqrt[b^2 - 4*a*c]]*(-(c*d^2) + b*d*e
 - a*e^2)) + (d^(3/2)*ArcTan[(Sqrt[e]*x)/Sqrt[d]])/(Sqrt[e]*(c*d^2 - b*d*e + a*e^2))

________________________________________________________________________________________

Maple [A]
time = 0.18, size = 264, normalized size = 0.94

method result size
default \(\frac {4 c \left (-\frac {\left (\sqrt {-4 a c +b^{2}}\, a e -b d \sqrt {-4 a c +b^{2}}-a b e -2 a c d +b^{2} d \right ) \sqrt {2}\, \arctanh \left (\frac {c x \sqrt {2}}{\sqrt {\left (-b +\sqrt {-4 a c +b^{2}}\right ) c}}\right )}{8 c \sqrt {-4 a c +b^{2}}\, \sqrt {\left (-b +\sqrt {-4 a c +b^{2}}\right ) c}}+\frac {\left (\sqrt {-4 a c +b^{2}}\, a e -b d \sqrt {-4 a c +b^{2}}+a b e +2 a c d -b^{2} d \right ) \sqrt {2}\, \arctan \left (\frac {c x \sqrt {2}}{\sqrt {\left (b +\sqrt {-4 a c +b^{2}}\right ) c}}\right )}{8 c \sqrt {-4 a c +b^{2}}\, \sqrt {\left (b +\sqrt {-4 a c +b^{2}}\right ) c}}\right )}{a \,e^{2}-d e b +c \,d^{2}}+\frac {d^{2} \arctan \left (\frac {e x}{\sqrt {d e}}\right )}{\left (a \,e^{2}-d e b +c \,d^{2}\right ) \sqrt {d e}}\) \(264\)
risch \(\text {Expression too large to display}\) \(3802\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^4/(e*x^2+d)/(c*x^4+b*x^2+a),x,method=_RETURNVERBOSE)

[Out]

4/(a*e^2-b*d*e+c*d^2)*c*(-1/8*((-4*a*c+b^2)^(1/2)*a*e-b*d*(-4*a*c+b^2)^(1/2)-a*b*e-2*a*c*d+b^2*d)/c/(-4*a*c+b^
2)^(1/2)*2^(1/2)/((-b+(-4*a*c+b^2)^(1/2))*c)^(1/2)*arctanh(c*x*2^(1/2)/((-b+(-4*a*c+b^2)^(1/2))*c)^(1/2))+1/8*
((-4*a*c+b^2)^(1/2)*a*e-b*d*(-4*a*c+b^2)^(1/2)+a*b*e+2*a*c*d-b^2*d)/c/(-4*a*c+b^2)^(1/2)*2^(1/2)/((b+(-4*a*c+b
^2)^(1/2))*c)^(1/2)*arctan(c*x*2^(1/2)/((b+(-4*a*c+b^2)^(1/2))*c)^(1/2)))+d^2/(a*e^2-b*d*e+c*d^2)/(d*e)^(1/2)*
arctan(e*x/(d*e)^(1/2))

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^4/(e*x^2+d)/(c*x^4+b*x^2+a),x, algorithm="maxima")

[Out]

d^(3/2)*arctan(x*e^(1/2)/sqrt(d))*e^(-1/2)/(c*d^2 - b*d*e + a*e^2) - integrate(((b*d - a*e)*x^2 + a*d)/(c*x^4
+ b*x^2 + a), x)/(c*d^2 - b*d*e + a*e^2)

________________________________________________________________________________________

Fricas [B] Leaf count of result is larger than twice the leaf count of optimal. 7614 vs. \(2 (238) = 476\).
time = 2.60, size = 15257, normalized size = 54.49 \begin {gather*} \text {Too large to display} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^4/(e*x^2+d)/(c*x^4+b*x^2+a),x, algorithm="fricas")

[Out]

[1/2*(sqrt(1/2)*(c*d^2 - b*d*e + a*e^2)*sqrt(-(a^2*b*e^2 + (b^3 - 3*a*b*c)*d^2 - 2*(a*b^2 - 2*a^2*c)*d*e + ((b
^2*c^3 - 4*a*c^4)*d^4 - 2*(b^3*c^2 - 4*a*b*c^3)*d^3*e + (b^4*c - 2*a*b^2*c^2 - 8*a^2*c^3)*d^2*e^2 - 2*(a*b^3*c
 - 4*a^2*b*c^2)*d*e^3 + (a^2*b^2*c - 4*a^3*c^2)*e^4)*sqrt(-(4*a^3*b*d*e^3 - (b^4 - 2*a*b^2*c + a^2*c^2)*d^4 -
a^4*e^4 + 4*(a*b^3 - a^2*b*c)*d^3*e - 2*(3*a^2*b^2 - a^3*c)*d^2*e^2)/((b^2*c^6 - 4*a*c^7)*d^8 - 4*(b^3*c^5 - 4
*a*b*c^6)*d^7*e + 2*(3*b^4*c^4 - 10*a*b^2*c^5 - 8*a^2*c^6)*d^6*e^2 - 4*(b^5*c^3 - a*b^3*c^4 - 12*a^2*b*c^5)*d^
5*e^3 + (b^6*c^2 + 8*a*b^4*c^3 - 42*a^2*b^2*c^4 - 24*a^3*c^5)*d^4*e^4 - 4*(a*b^5*c^2 - a^2*b^3*c^3 - 12*a^3*b*
c^4)*d^3*e^5 + 2*(3*a^2*b^4*c^2 - 10*a^3*b^2*c^3 - 8*a^4*c^4)*d^2*e^6 - 4*(a^3*b^3*c^2 - 4*a^4*b*c^3)*d*e^7 +
(a^4*b^2*c^2 - 4*a^5*c^3)*e^8)))/((b^2*c^3 - 4*a*c^4)*d^4 - 2*(b^3*c^2 - 4*a*b*c^3)*d^3*e + (b^4*c - 2*a*b^2*c
^2 - 8*a^2*c^3)*d^2*e^2 - 2*(a*b^3*c - 4*a^2*b*c^2)*d*e^3 + (a^2*b^2*c - 4*a^3*c^2)*e^4))*log(-4*a^2*b*d*x*e +
 2*a^3*x*e^2 + 2*(a*b^2 - a^2*c)*d^2*x + sqrt(1/2)*((b^4 - 5*a*b^2*c + 4*a^2*c^2)*d^3 - 2*(a*b^3 - 4*a^2*b*c)*
d^2*e + (a^2*b^2 - 4*a^3*c)*d*e^2 - ((b^3*c^3 - 4*a*b*c^4)*d^5 - 2*(b^4*c^2 - 3*a*b^2*c^3 - 4*a^2*c^4)*d^4*e +
 (b^5*c + 2*a*b^3*c^2 - 24*a^2*b*c^3)*d^3*e^2 - 4*(a*b^4*c - 3*a^2*b^2*c^2 - 4*a^3*c^3)*d^2*e^3 + 5*(a^2*b^3*c
 - 4*a^3*b*c^2)*d*e^4 - 2*(a^3*b^2*c - 4*a^4*c^2)*e^5)*sqrt(-(4*a^3*b*d*e^3 - (b^4 - 2*a*b^2*c + a^2*c^2)*d^4
- a^4*e^4 + 4*(a*b^3 - a^2*b*c)*d^3*e - 2*(3*a^2*b^2 - a^3*c)*d^2*e^2)/((b^2*c^6 - 4*a*c^7)*d^8 - 4*(b^3*c^5 -
 4*a*b*c^6)*d^7*e + 2*(3*b^4*c^4 - 10*a*b^2*c^5 - 8*a^2*c^6)*d^6*e^2 - 4*(b^5*c^3 - a*b^3*c^4 - 12*a^2*b*c^5)*
d^5*e^3 + (b^6*c^2 + 8*a*b^4*c^3 - 42*a^2*b^2*c^4 - 24*a^3*c^5)*d^4*e^4 - 4*(a*b^5*c^2 - a^2*b^3*c^3 - 12*a^3*
b*c^4)*d^3*e^5 + 2*(3*a^2*b^4*c^2 - 10*a^3*b^2*c^3 - 8*a^4*c^4)*d^2*e^6 - 4*(a^3*b^3*c^2 - 4*a^4*b*c^3)*d*e^7
+ (a^4*b^2*c^2 - 4*a^5*c^3)*e^8)))*sqrt(-(a^2*b*e^2 + (b^3 - 3*a*b*c)*d^2 - 2*(a*b^2 - 2*a^2*c)*d*e + ((b^2*c^
3 - 4*a*c^4)*d^4 - 2*(b^3*c^2 - 4*a*b*c^3)*d^3*e + (b^4*c - 2*a*b^2*c^2 - 8*a^2*c^3)*d^2*e^2 - 2*(a*b^3*c - 4*
a^2*b*c^2)*d*e^3 + (a^2*b^2*c - 4*a^3*c^2)*e^4)*sqrt(-(4*a^3*b*d*e^3 - (b^4 - 2*a*b^2*c + a^2*c^2)*d^4 - a^4*e
^4 + 4*(a*b^3 - a^2*b*c)*d^3*e - 2*(3*a^2*b^2 - a^3*c)*d^2*e^2)/((b^2*c^6 - 4*a*c^7)*d^8 - 4*(b^3*c^5 - 4*a*b*
c^6)*d^7*e + 2*(3*b^4*c^4 - 10*a*b^2*c^5 - 8*a^2*c^6)*d^6*e^2 - 4*(b^5*c^3 - a*b^3*c^4 - 12*a^2*b*c^5)*d^5*e^3
 + (b^6*c^2 + 8*a*b^4*c^3 - 42*a^2*b^2*c^4 - 24*a^3*c^5)*d^4*e^4 - 4*(a*b^5*c^2 - a^2*b^3*c^3 - 12*a^3*b*c^4)*
d^3*e^5 + 2*(3*a^2*b^4*c^2 - 10*a^3*b^2*c^3 - 8*a^4*c^4)*d^2*e^6 - 4*(a^3*b^3*c^2 - 4*a^4*b*c^3)*d*e^7 + (a^4*
b^2*c^2 - 4*a^5*c^3)*e^8)))/((b^2*c^3 - 4*a*c^4)*d^4 - 2*(b^3*c^2 - 4*a*b*c^3)*d^3*e + (b^4*c - 2*a*b^2*c^2 -
8*a^2*c^3)*d^2*e^2 - 2*(a*b^3*c - 4*a^2*b*c^2)*d*e^3 + (a^2*b^2*c - 4*a^3*c^2)*e^4))) - sqrt(1/2)*(c*d^2 - b*d
*e + a*e^2)*sqrt(-(a^2*b*e^2 + (b^3 - 3*a*b*c)*d^2 - 2*(a*b^2 - 2*a^2*c)*d*e + ((b^2*c^3 - 4*a*c^4)*d^4 - 2*(b
^3*c^2 - 4*a*b*c^3)*d^3*e + (b^4*c - 2*a*b^2*c^2 - 8*a^2*c^3)*d^2*e^2 - 2*(a*b^3*c - 4*a^2*b*c^2)*d*e^3 + (a^2
*b^2*c - 4*a^3*c^2)*e^4)*sqrt(-(4*a^3*b*d*e^3 - (b^4 - 2*a*b^2*c + a^2*c^2)*d^4 - a^4*e^4 + 4*(a*b^3 - a^2*b*c
)*d^3*e - 2*(3*a^2*b^2 - a^3*c)*d^2*e^2)/((b^2*c^6 - 4*a*c^7)*d^8 - 4*(b^3*c^5 - 4*a*b*c^6)*d^7*e + 2*(3*b^4*c
^4 - 10*a*b^2*c^5 - 8*a^2*c^6)*d^6*e^2 - 4*(b^5*c^3 - a*b^3*c^4 - 12*a^2*b*c^5)*d^5*e^3 + (b^6*c^2 + 8*a*b^4*c
^3 - 42*a^2*b^2*c^4 - 24*a^3*c^5)*d^4*e^4 - 4*(a*b^5*c^2 - a^2*b^3*c^3 - 12*a^3*b*c^4)*d^3*e^5 + 2*(3*a^2*b^4*
c^2 - 10*a^3*b^2*c^3 - 8*a^4*c^4)*d^2*e^6 - 4*(a^3*b^3*c^2 - 4*a^4*b*c^3)*d*e^7 + (a^4*b^2*c^2 - 4*a^5*c^3)*e^
8)))/((b^2*c^3 - 4*a*c^4)*d^4 - 2*(b^3*c^2 - 4*a*b*c^3)*d^3*e + (b^4*c - 2*a*b^2*c^2 - 8*a^2*c^3)*d^2*e^2 - 2*
(a*b^3*c - 4*a^2*b*c^2)*d*e^3 + (a^2*b^2*c - 4*a^3*c^2)*e^4))*log(-4*a^2*b*d*x*e + 2*a^3*x*e^2 + 2*(a*b^2 - a^
2*c)*d^2*x - sqrt(1/2)*((b^4 - 5*a*b^2*c + 4*a^2*c^2)*d^3 - 2*(a*b^3 - 4*a^2*b*c)*d^2*e + (a^2*b^2 - 4*a^3*c)*
d*e^2 - ((b^3*c^3 - 4*a*b*c^4)*d^5 - 2*(b^4*c^2 - 3*a*b^2*c^3 - 4*a^2*c^4)*d^4*e + (b^5*c + 2*a*b^3*c^2 - 24*a
^2*b*c^3)*d^3*e^2 - 4*(a*b^4*c - 3*a^2*b^2*c^2 - 4*a^3*c^3)*d^2*e^3 + 5*(a^2*b^3*c - 4*a^3*b*c^2)*d*e^4 - 2*(a
^3*b^2*c - 4*a^4*c^2)*e^5)*sqrt(-(4*a^3*b*d*e^3 - (b^4 - 2*a*b^2*c + a^2*c^2)*d^4 - a^4*e^4 + 4*(a*b^3 - a^2*b
*c)*d^3*e - 2*(3*a^2*b^2 - a^3*c)*d^2*e^2)/((b^2*c^6 - 4*a*c^7)*d^8 - 4*(b^3*c^5 - 4*a*b*c^6)*d^7*e + 2*(3*b^4
*c^4 - 10*a*b^2*c^5 - 8*a^2*c^6)*d^6*e^2 - 4*(b^5*c^3 - a*b^3*c^4 - 12*a^2*b*c^5)*d^5*e^3 + (b^6*c^2 + 8*a*b^4
*c^3 - 42*a^2*b^2*c^4 - 24*a^3*c^5)*d^4*e^4 - 4*(a*b^5*c^2 - a^2*b^3*c^3 - 12*a^3*b*c^4)*d^3*e^5 + 2*(3*a^2*b^
4*c^2 - 10*a^3*b^2*c^3 - 8*a^4*c^4)*d^2*e^6 - 4*(a^3*b^3*c^2 - 4*a^4*b*c^3)*d*e^7 + (a^4*b^2*c^2 - 4*a^5*c^3)*
e^8)))*sqrt(-(a^2*b*e^2 + (b^3 - 3*a*b*c)*d^2 - 2*(a*b^2 - 2*a^2*c)*d*e + ((b^2*c^3 - 4*a*c^4)*d^4 - 2*(b^3*c^
2 - 4*a*b*c^3)*d^3*e + (b^4*c - 2*a*b^2*c^2 - 8*a^2*c^3)*d^2*e^2 - 2*(a*b^3*c - 4*a^2*b*c^2)*d*e^3 + (a^2*b^2*
c - 4*a^3*c^2)*e^4)*sqrt(-(4*a^3*b*d*e^3 - (b^4...

________________________________________________________________________________________

Sympy [F(-1)] Timed out
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**4/(e*x**2+d)/(c*x**4+b*x**2+a),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [B] Leaf count of result is larger than twice the leaf count of optimal. 8658 vs. \(2 (238) = 476\).
time = 6.55, size = 8658, normalized size = 30.92 \begin {gather*} \text {Too large to display} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^4/(e*x^2+d)/(c*x^4+b*x^2+a),x, algorithm="giac")

[Out]

d^(3/2)*arctan(x*e^(1/2)/sqrt(d))*e^(-1/2)/(c*d^2 - b*d*e + a*e^2) - 1/8*((2*b^5*c^4 - 12*a*b^3*c^5 + 16*a^2*b
*c^6 - sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*b^5*c^2 + 6*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*
c + sqrt(b^2 - 4*a*c)*c)*a*b^3*c^3 + 2*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*b^4*c^3 - 8*s
qrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a^2*b*c^4 - 4*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sq
rt(b^2 - 4*a*c)*c)*a*b^2*c^4 - sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*b^3*c^4 + 2*sqrt(2)*s
qrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b*c^5 - 2*(b^2 - 4*a*c)*b^3*c^4 + 4*(b^2 - 4*a*c)*a*b*c^5)*
d^5 - (4*b^6*c^3 - 22*a*b^4*c^4 + 24*a^2*b^2*c^5 - 2*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)
*b^6*c + 11*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b^4*c^2 + 4*sqrt(2)*sqrt(b^2 - 4*a*c)*
sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*b^5*c^2 - 12*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a^2*b^2
*c^3 - 6*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b^3*c^3 - 2*sqrt(2)*sqrt(b^2 - 4*a*c)*sqr
t(b*c + sqrt(b^2 - 4*a*c)*c)*b^4*c^3 + 3*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b^2*c^4 -
 4*(b^2 - 4*a*c)*b^4*c^3 + 6*(b^2 - 4*a*c)*a*b^2*c^4)*d^4*e + 2*(sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b^4
*c^2 - 8*sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a^2*b^2*c^3 - 2*sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b^3
*c^3 - 2*a*b^4*c^3 + 16*sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a^3*c^4 + 8*sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*
c)*c)*a^2*b*c^4 + sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b^2*c^4 + 16*a^2*b^2*c^4 - 4*sqrt(2)*sqrt(b*c + sq
rt(b^2 - 4*a*c)*c)*a^2*c^5 - 32*a^3*c^5 + 2*(b^2 - 4*a*c)*a*b^2*c^3 - 8*(b^2 - 4*a*c)*a^2*c^4)*d^3*abs(c*d^2 -
 b*d*e + a*e^2) + (2*b^7*c^2 - 4*a*b^5*c^3 - 24*a^2*b^3*c^4 + 32*a^3*b*c^5 - sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*
c + sqrt(b^2 - 4*a*c)*c)*b^7 + 2*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b^5*c + 2*sqrt(2)
*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*b^6*c + 12*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 -
4*a*c)*c)*a^2*b^3*c^2 + 4*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b^4*c^2 - sqrt(2)*sqrt(b
^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*b^5*c^2 - 16*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c
)*c)*a^3*b*c^3 - 8*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a^2*b^2*c^3 - 2*sqrt(2)*sqrt(b^2
- 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b^3*c^3 + 4*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*
c)*a^2*b*c^4 - 2*(b^2 - 4*a*c)*b^5*c^2 - 4*(b^2 - 4*a*c)*a*b^3*c^3 + 8*(b^2 - 4*a*c)*a^2*b*c^4)*d^3*e^2 - 2*(s
qrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b^5*c - 8*sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a^2*b^3*c^2 - 2*sqr
t(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b^4*c^2 - 2*a*b^5*c^2 + 16*sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a^3*
b*c^3 + 8*sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a^2*b^2*c^3 + sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b^3*
c^3 + 16*a^2*b^3*c^3 - 4*sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a^2*b*c^4 - 32*a^3*b*c^4 + 2*(b^2 - 4*a*c)*a*
b^3*c^2 - 8*(b^2 - 4*a*c)*a^2*b*c^3)*d^2*abs(c*d^2 - b*d*e + a*e^2)*e - (2*b^5*c^2 - 16*a*b^3*c^3 + 32*a^2*b*c
^4 - sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*b^5 + 8*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sq
rt(b^2 - 4*a*c)*c)*a*b^3*c + 2*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*b^4*c - 16*sqrt(2)*sq
rt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a^2*b*c^2 - 8*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 -
4*a*c)*c)*a*b^2*c^2 - sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*b^3*c^2 + 4*sqrt(2)*sqrt(b^2 -
 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b*c^3 - 2*(b^2 - 4*a*c)*b^3*c^2 + 8*(b^2 - 4*a*c)*a*b*c^3)*(c*d^2 -
b*d*e + a*e^2)^2*d - (6*a*b^6*c^2 - 28*a^2*b^4*c^3 + 16*a^3*b^2*c^4 - 3*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + s
qrt(b^2 - 4*a*c)*c)*a*b^6 + 14*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a^2*b^4*c + 6*sqrt(2)
*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b^5*c - 8*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 -
 4*a*c)*c)*a^3*b^2*c^2 - 4*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a^2*b^3*c^2 - 3*sqrt(2)*s
qrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b^4*c^2 + 2*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 -
 4*a*c)*c)*a^2*b^2*c^3 - 6*(b^2 - 4*a*c)*a*b^4*c^2 + 4*(b^2 - 4*a*c)*a^2*b^2*c^3)*d^2*e^3 + 2*(sqrt(2)*sqrt(b*
c + sqrt(b^2 - 4*a*c)*c)*a^2*b^4*c - 8*sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a^3*b^2*c^2 - 2*sqrt(2)*sqrt(b*
c + sqrt(b^2 - 4*a*c)*c)*a^2*b^3*c^2 - 2*a^2*b^4*c^2 + 16*sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a^4*c^3 + 8*
sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a^3*b*c^3 + sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a^2*b^2*c^3 + 16*a
^3*b^2*c^3 - 4*sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a^3*c^4 - 32*a^4*c^4 + 2*(b^2 - 4*a*c)*a^2*b^2*c^2 - 8*
(b^2 - 4*a*c)*a^3*c^3)*d*abs(c*d^2 - b*d*e + a*e^2)*e^2 + (2*a*b^4*c^2 - 16*a^2*b^2*c^3 + 32*a^3*c^4 - sqrt(2)
*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)...

________________________________________________________________________________________

Mupad [B]
time = 5.80, size = 2500, normalized size = 8.93 \begin {gather*} \text {Too large to display} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^4/((d + e*x^2)*(a + b*x^2 + c*x^4)),x)

[Out]

atan((((-(b^5*d^2 + a^2*b^3*e^2 + a^2*e^2*(-(4*a*c - b^2)^3)^(1/2) + b^2*d^2*(-(4*a*c - b^2)^3)^(1/2) + 12*a^2
*b*c^2*d^2 - 2*a*b^4*d*e - 7*a*b^3*c*d^2 - a*c*d^2*(-(4*a*c - b^2)^3)^(1/2) - 4*a^3*b*c*e^2 - 16*a^3*c^2*d*e +
 12*a^2*b^2*c*d*e - 2*a*b*d*e*(-(4*a*c - b^2)^3)^(1/2))/(8*(16*a^2*c^5*d^4 + 16*a^4*c^3*e^4 + b^4*c^3*d^4 - 8*
a*b^2*c^4*d^4 + a^2*b^4*c*e^4 - 2*b^5*c^2*d^3*e + b^6*c*d^2*e^2 - 8*a^3*b^2*c^2*e^4 + 32*a^3*c^4*d^2*e^2 - 2*a
*b^5*c*d*e^3 + 16*a*b^3*c^3*d^3*e - 32*a^2*b*c^4*d^3*e - 32*a^3*b*c^3*d*e^3 - 6*a*b^4*c^2*d^2*e^2 + 16*a^2*b^3
*c^2*d*e^3)))^(1/2)*((x*(8*a^3*b^3*c*e^7 - 32*a^4*b*c^2*e^7 - 112*a^4*c^3*d*e^6 + 8*b^3*c^4*d^6*e + 8*b^6*c*d^
3*e^4 - 112*a^2*c^5*d^5*e^2 + 32*a^3*c^4*d^3*e^4 - 8*b^4*c^3*d^5*e^2 - 8*b^5*c^2*d^4*e^3 - 32*a*b*c^5*d^6*e -
48*a^2*b^2*c^3*d^3*e^4 + 8*a^2*b^3*c^2*d^2*e^5 - 8*a*b^5*c*d^2*e^5 - 8*a^2*b^4*c*d*e^6 + 64*a*b^2*c^4*d^5*e^2
+ 8*a*b^3*c^3*d^4*e^3 - 16*a*b^4*c^2*d^3*e^4 + 64*a^2*b*c^4*d^4*e^3 + 64*a^3*b*c^3*d^2*e^5 + 64*a^3*b^2*c^2*d*
e^6) + (-(b^5*d^2 + a^2*b^3*e^2 + a^2*e^2*(-(4*a*c - b^2)^3)^(1/2) + b^2*d^2*(-(4*a*c - b^2)^3)^(1/2) + 12*a^2
*b*c^2*d^2 - 2*a*b^4*d*e - 7*a*b^3*c*d^2 - a*c*d^2*(-(4*a*c - b^2)^3)^(1/2) - 4*a^3*b*c*e^2 - 16*a^3*c^2*d*e +
 12*a^2*b^2*c*d*e - 2*a*b*d*e*(-(4*a*c - b^2)^3)^(1/2))/(8*(16*a^2*c^5*d^4 + 16*a^4*c^3*e^4 + b^4*c^3*d^4 - 8*
a*b^2*c^4*d^4 + a^2*b^4*c*e^4 - 2*b^5*c^2*d^3*e + b^6*c*d^2*e^2 - 8*a^3*b^2*c^2*e^4 + 32*a^3*c^4*d^2*e^2 - 2*a
*b^5*c*d*e^3 + 16*a*b^3*c^3*d^3*e - 32*a^2*b*c^4*d^3*e - 32*a^3*b*c^3*d*e^3 - 6*a*b^4*c^2*d^2*e^2 + 16*a^2*b^3
*c^2*d*e^3)))^(1/2)*(64*a^2*c^6*d^6*e^2 - x*(-(b^5*d^2 + a^2*b^3*e^2 + a^2*e^2*(-(4*a*c - b^2)^3)^(1/2) + b^2*
d^2*(-(4*a*c - b^2)^3)^(1/2) + 12*a^2*b*c^2*d^2 - 2*a*b^4*d*e - 7*a*b^3*c*d^2 - a*c*d^2*(-(4*a*c - b^2)^3)^(1/
2) - 4*a^3*b*c*e^2 - 16*a^3*c^2*d*e + 12*a^2*b^2*c*d*e - 2*a*b*d*e*(-(4*a*c - b^2)^3)^(1/2))/(8*(16*a^2*c^5*d^
4 + 16*a^4*c^3*e^4 + b^4*c^3*d^4 - 8*a*b^2*c^4*d^4 + a^2*b^4*c*e^4 - 2*b^5*c^2*d^3*e + b^6*c*d^2*e^2 - 8*a^3*b
^2*c^2*e^4 + 32*a^3*c^4*d^2*e^2 - 2*a*b^5*c*d*e^3 + 16*a*b^3*c^3*d^3*e - 32*a^2*b*c^4*d^3*e - 32*a^3*b*c^3*d*e
^3 - 6*a*b^4*c^2*d^2*e^2 + 16*a^2*b^3*c^2*d*e^3)))^(1/2)*(256*a^4*b^2*c^3*e^9 - 32*a^3*b^4*c^2*e^9 - 512*a^5*c
^4*e^9 + 512*a^2*c^7*d^6*e^3 + 512*a^3*c^6*d^4*e^5 - 512*a^4*c^5*d^2*e^7 - 32*b^3*c^6*d^7*e^2 + 128*b^4*c^5*d^
6*e^3 - 192*b^5*c^4*d^5*e^4 + 128*b^6*c^3*d^4*e^5 - 32*b^7*c^2*d^3*e^6 + 512*a^2*b^2*c^5*d^4*e^5 + 288*a^2*b^3
*c^4*d^3*e^6 - 192*a^2*b^4*c^3*d^2*e^7 + 384*a^3*b^2*c^4*d^2*e^7 + 128*a*b*c^7*d^7*e^2 + 640*a^4*b*c^4*d*e^8 -
 640*a*b^2*c^6*d^6*e^3 + 1056*a*b^3*c^5*d^5*e^4 - 672*a*b^4*c^4*d^4*e^5 + 96*a*b^5*c^3*d^3*e^6 + 32*a*b^6*c^2*
d^2*e^7 - 1152*a^2*b*c^6*d^5*e^4 + 32*a^2*b^5*c^2*d*e^8 - 640*a^3*b*c^5*d^3*e^6 - 288*a^3*b^3*c^3*d*e^8) + 128
*a^3*c^5*d^4*e^4 + 64*a^4*c^4*d^2*e^6 - 96*a^2*b^2*c^4*d^4*e^4 + 64*a^2*b^3*c^3*d^3*e^5 + 32*a^2*b^4*c^2*d^2*e
^6 - 144*a^3*b^2*c^3*d^2*e^6 + 64*a^4*b*c^3*d*e^7 - 16*a*b^2*c^5*d^6*e^2 + 16*a*b^3*c^4*d^5*e^3 + 16*a*b^4*c^3
*d^4*e^4 - 16*a*b^5*c^2*d^3*e^5 - 64*a^2*b*c^5*d^5*e^3 - 16*a^3*b^3*c^2*d*e^7))*(-(b^5*d^2 + a^2*b^3*e^2 + a^2
*e^2*(-(4*a*c - b^2)^3)^(1/2) + b^2*d^2*(-(4*a*c - b^2)^3)^(1/2) + 12*a^2*b*c^2*d^2 - 2*a*b^4*d*e - 7*a*b^3*c*
d^2 - a*c*d^2*(-(4*a*c - b^2)^3)^(1/2) - 4*a^3*b*c*e^2 - 16*a^3*c^2*d*e + 12*a^2*b^2*c*d*e - 2*a*b*d*e*(-(4*a*
c - b^2)^3)^(1/2))/(8*(16*a^2*c^5*d^4 + 16*a^4*c^3*e^4 + b^4*c^3*d^4 - 8*a*b^2*c^4*d^4 + a^2*b^4*c*e^4 - 2*b^5
*c^2*d^3*e + b^6*c*d^2*e^2 - 8*a^3*b^2*c^2*e^4 + 32*a^3*c^4*d^2*e^2 - 2*a*b^5*c*d*e^3 + 16*a*b^3*c^3*d^3*e - 3
2*a^2*b*c^4*d^3*e - 32*a^3*b*c^3*d*e^3 - 6*a*b^4*c^2*d^2*e^2 + 16*a^2*b^3*c^2*d*e^3)))^(1/2) + 16*a^2*c^4*d^5*
e + 4*a^4*c^2*d*e^5 - 60*a^3*c^3*d^3*e^3 + 24*a^2*b^2*c^2*d^3*e^3 - 4*a*b^2*c^3*d^5*e - 4*a*b^4*c*d^3*e^3 - 4*
a^3*b^2*c*d*e^5 - 4*a*b^3*c^2*d^4*e^2 + 20*a^2*b*c^3*d^4*e^2 + 8*a^2*b^3*c*d^2*e^4 - 16*a^3*b*c^2*d^2*e^4) + x
*(2*a^4*c*e^5 + 4*a^2*c^3*d^4*e + 2*b^4*c*d^4*e - 8*a*b^2*c^2*d^4*e))*(-(b^5*d^2 + a^2*b^3*e^2 + a^2*e^2*(-(4*
a*c - b^2)^3)^(1/2) + b^2*d^2*(-(4*a*c - b^2)^3)^(1/2) + 12*a^2*b*c^2*d^2 - 2*a*b^4*d*e - 7*a*b^3*c*d^2 - a*c*
d^2*(-(4*a*c - b^2)^3)^(1/2) - 4*a^3*b*c*e^2 - 16*a^3*c^2*d*e + 12*a^2*b^2*c*d*e - 2*a*b*d*e*(-(4*a*c - b^2)^3
)^(1/2))/(8*(16*a^2*c^5*d^4 + 16*a^4*c^3*e^4 + b^4*c^3*d^4 - 8*a*b^2*c^4*d^4 + a^2*b^4*c*e^4 - 2*b^5*c^2*d^3*e
 + b^6*c*d^2*e^2 - 8*a^3*b^2*c^2*e^4 + 32*a^3*c^4*d^2*e^2 - 2*a*b^5*c*d*e^3 + 16*a*b^3*c^3*d^3*e - 32*a^2*b*c^
4*d^3*e - 32*a^3*b*c^3*d*e^3 - 6*a*b^4*c^2*d^2*e^2 + 16*a^2*b^3*c^2*d*e^3)))^(1/2)*1i + ((-(b^5*d^2 + a^2*b^3*
e^2 + a^2*e^2*(-(4*a*c - b^2)^3)^(1/2) + b^2*d^2*(-(4*a*c - b^2)^3)^(1/2) + 12*a^2*b*c^2*d^2 - 2*a*b^4*d*e - 7
*a*b^3*c*d^2 - a*c*d^2*(-(4*a*c - b^2)^3)^(1/2) - 4*a^3*b*c*e^2 - 16*a^3*c^2*d*e + 12*a^2*b^2*c*d*e - 2*a*b*d*
e*(-(4*a*c - b^2)^3)^(1/2))/(8*(16*a^2*c^5*d^4 + 16*a^4*c^3*e^4 + b^4*c^3*d^4 - 8*a*b^2*c^4*d^4 + a^2*b^4*c*e^
4 - 2*b^5*c^2*d^3*e + b^6*c*d^2*e^2 - 8*a^3*b^2*c^2*e^4 + 32*a^3*c^4*d^2*e^2 - 2*a*b^5*c*d*e^3 + 16*a*b^3*c^3*
d^3*e - 32*a^2*b*c^4*d^3*e - 32*a^3*b*c^3*d*e^3...

________________________________________________________________________________________